Identifies the status types of a task item.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
SyntaxPublic Enumeration TaskStatus
Members|
| Member name | Value | Description |
|---|
| NotStarted | 0 |
Specifies that the task is not started.
|
| InProgress | 1 |
Specifies that the task is in progress.
|
| Completed | 2 |
Specifies that the task is completed.
|
| WaitingOnOthers | 3 |
Specifies that the task is waiting on others.
|
| Deferred | 4 |
Specifies that the task is deferred.
|
| None | 5 |
None.
|
See Also